[INFO] cloning repository https://github.com/Yokimt/gpt_reg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yokimt/gpt_reg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYokimt%2Fgpt_reg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYokimt%2Fgpt_reg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 71aebcc9bdd21f430b8d6f4ace808ec55843469a
[INFO] fixing Yokimt/gpt_reg against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYokimt%2Fgpt_reg" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Yokimt/gpt_reg
[INFO] finished tweaking git repo https://github.com/Yokimt/gpt_reg
[INFO] tweaked toml for git repo https://github.com/Yokimt/gpt_reg written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Yokimt/gpt_reg on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Yokimt/gpt_reg already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lzma-rs v0.3.0
[INFO] [stderr]   Downloaded deflate64 v0.1.12
[INFO] [stderr]   Downloaded case_insensitive_string v0.2.11
[INFO] [stderr]   Downloaded spider_fingerprint v2.39.0
[INFO] [stderr]   Downloaded which v8.0.2
[INFO] [stderr]   Downloaded convert_case v0.8.0
[INFO] [stderr]   Downloaded headless_chrome v1.0.21
[INFO] [stderr]   Downloaded auto_generate_cdp v0.4.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25
[INFO] running `Command { std: "docker" "start" "6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking lzma-rs v0.3.0
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking case_insensitive_string v0.2.11
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking which v8.0.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking deflate64 v0.1.12
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling auto_generate_cdp v0.4.6
[INFO] [stderr]    Compiling headless_chrome v1.0.21
[INFO] [stderr]    Compiling spider_fingerprint v2.39.0
[INFO] [stderr] error: could not compile `headless_chrome` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name headless_chrome --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/headless_chrome-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="offline"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "directories", "fetch", "native-tls", "nightly", "offline", "rustls", "ureq", "walkdir", "zip"))' -C metadata=ad6a2bc32fcb7838 -C extra-filename=-6bfdf39c90ceed8b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c71454bee9a46d61.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-338dc187bf909e4f.rmeta --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-e2f08e19c7ad8134.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-afca5d2b4f7ff5c1.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-649a9a4665142ba5.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-0b4098b32ad323af.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-38f4a0ce22a02f4f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b8b7fd7c199815f9.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-2f95106eb106121a.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5e96fb2da75c32e5.rmeta --extern tungstenite=/opt/rustwide/target/debug/deps/libtungstenite-7669cdd010da6eae.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-a6526d14182c40bd.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-d8f6fd161aae5647.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25", kill_on_drop: false }`
[INFO] [stdout] 6742f99249c7ae605efae41b5a5d31cf5002daa71ff80e476f85ae2440e96d25
